home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / protocol.zip / PROTO085.TXT < prev    next >
Text File  |  1992-04-25  |  3KB  |  60 lines

  1.  
  2. From:    Colin Ferguson                         Area: Protocols
  3. To:      Bruno Soucy                            17 Mar 92 15:33:00
  4. Subject: HS-Link                                
  5.  
  6.  On 03-11-92 Bruno Soucy wrote to Huw Upshall... 
  7.   BS>  HU> Does anyone have a HS-Link Protocol.ctl configuration  
  8.  BS>  HU> set up? if so, i'd like to have a copy, could you post  
  9.  BS>  HU> it here? 
  10.  BS>  
  11.  BS>  
  12.  BS> I've tried to set it up but have found many problems doing  
  13.  BS> so. I have tried setting up many external protocols for max  
  14.  BS> but have run across the same problem over and over again.  
  15.   BS> when it comes to the rest, Max will always tell me "Can't 
  16.  BS> open @xxx.log" at the end of the transfer and then will  
  17.  BS> send me "TRANSFER ABORTED" thus not recording any  
  18.  BS> downloading or uploading activity. I thought that the  
  19.  BS> problem lied with my command lines, but have found the same  
  20.  BS> problem with Bimodem's default configuration in  
  21.  BS> PROTOCOL.CTL... How come it can't open these log files? If  
  22.  BS> you can solve this problem, I believe my HS/LINK entry is correct.  
  23.  BS>  
  24.  BS> I would really appreciate any help/assistance anyone could muster... 
  25.  I had the same problems with all external protocols that I tried to use. 
  26. It seemed as though the log files were being deleted somehow. I got
  27. around it in my batch files that call the protocols. It isn't pretty but 
  28. it seems to work for me. 
  29. This is my batch file and Protocol.ctl for HS/link. Hope it helps. 
  30.   HSLNK.BAT 
  31.  copy junk.txt dsz.log                    JUNK.TXT is a 0 length file 
  32. hslink -p%1 %2 -Ud:\file\uncheck         just to make sure there is a 
  33. copy trx.log + dsz.log fred.log          DSZ.LOG file. TRX.LOG is the 
  34. del trx.log                              final up/down log file. 
  35. ren fred.log trx.log 
  36.   PROTOCOL.CTL 
  37.   Protocol HSLink 
  38.          Type            Batch 
  39.  ;       Type            Errorlevel 
  40.  ;       Type            Bi 
  41.  ;       Type            Opus 
  42.           LogFile         DSZ.Log 
  43.          ControlFile     HSlink.ctl 
  44.          DownloadCmd     hslnk %P @%x:hslink.Ctl 
  45.          UploadCmd       hslnk %P 
  46.          DownloadString  %s 
  47.          UploadString 
  48.          DownloadKeyword h 
  49.          UploadKeyword   H 
  50.          FilenameWord    10 
  51.          DescriptWord    0 
  52. End Protocol 
  53.  P.S. I'm new to this too so if anyone has a better idea please let me 
  54. know. 
  55. Colin. 
  56.  ... OFFLINE 1.36 
  57.  
  58.  
  59. --------------= Brought to you compliments of Plastic Tower  =---------------
  60.